home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMVOLUME / TFRMVOLUME.txt
Encoding:
Text File  |  2003-01-14  |  10.2 KB  |  430 lines

  1. inherited frmVolume: TfrmVolume
  2.   Left = 705
  3.   Top = 181
  4.   HelpContext = 105
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         
  16.           'Changes volume and tone settings on the system.  Note that the T' +
  17.           'one settings '
  18.         'are system wide and do not correspond to a selected device.')
  19.     end
  20.   end
  21.   inherited pnlCenter: TPanel
  22.     inherited pgcControlPage: TPageControl
  23.       inherited tbsAM5Main: TTabSheet
  24.         object lblLeftPerc: TLabel
  25.           Left = 322
  26.           Top = 177
  27.           Width = 11
  28.           Height = 13
  29.           Caption = '%'
  30.         end
  31.         object lblRightPerc: TLabel
  32.           Left = 397
  33.           Top = 177
  34.           Width = 11
  35.           Height = 13
  36.           Caption = '%'
  37.         end
  38.         object lblDevice: TLabel
  39.           Left = 10
  40.           Top = 2
  41.           Width = 233
  42.           Height = 13
  43.           AutoSize = False
  44.           Caption = '&Device:'
  45.           FocusControl = cbxDevices
  46.         end
  47.         object cbxDevices: TComboBox
  48.           Left = 10
  49.           Top = 18
  50.           Width = 139
  51.           Height = 21
  52.           Style = csDropDownList
  53.           ItemHeight = 13
  54.           TabOrder = 0
  55.           Items.Strings = (
  56.             'Main Volume'
  57.             'Wave Volume'
  58.             'CD Volume'
  59.             'MIDI Volume')
  60.         end
  61.         object grpOptions: TGroupBox
  62.           Left = 10
  63.           Top = 51
  64.           Width = 224
  65.           Height = 85
  66.           TabOrder = 2
  67.           object rdSetTo: TRadioButton
  68.             Left = 16
  69.             Top = 20
  70.             Width = 197
  71.             Height = 17
  72.             Caption = '&Set to value'
  73.             Checked = True
  74.             TabOrder = 1
  75.             TabStop = True
  76.             OnEnter = rdSetToEnter
  77.           end
  78.           object rdIncrement: TRadioButton
  79.             Left = 16
  80.             Top = 40
  81.             Width = 197
  82.             Height = 17
  83.             Caption = '&Increase by value'
  84.             TabOrder = 2
  85.             OnEnter = rdIncrementEnter
  86.           end
  87.           object rdDecrement: TRadioButton
  88.             Left = 16
  89.             Top = 60
  90.             Width = 197
  91.             Height = 17
  92.             Caption = 'Decre&ase by value'
  93.             TabOrder = 3
  94.             OnEnter = rdDecrementEnter
  95.           end
  96.           object chkSetVolume: TCheckBox
  97.             Left = 8
  98.             Top = 0
  99.             Width = 201
  100.             Height = 17
  101.             Caption = 'Set &volume'
  102.             TabOrder = 0
  103.             OnClick = chkSetVolumeClick
  104.           end
  105.         end
  106.         object tbarLeft: TTrackBar
  107.           Left = 270
  108.           Top = 32
  109.           Width = 45
  110.           Height = 140
  111.           Max = 0
  112.           Min = -100
  113.           Orientation = trVertical
  114.           PageSize = 5
  115.           Frequency = 5
  116.           Position = 0
  117.           SelEnd = 0
  118.           SelStart = 0
  119.           TabOrder = 5
  120.           ThumbLength = 15
  121.           TickMarks = tmBoth
  122.           TickStyle = tsAuto
  123.           OnChange = tbarLeftChange
  124.         end
  125.         object tbarRight: TTrackBar
  126.           Left = 341
  127.           Top = 32
  128.           Width = 45
  129.           Height = 140
  130.           Max = 0
  131.           Min = -100
  132.           Orientation = trVertical
  133.           PageSize = 5
  134.           Frequency = 5
  135.           Position = 0
  136.           SelEnd = 0
  137.           SelStart = 0
  138.           TabOrder = 8
  139.           ThumbLength = 15
  140.           TickMarks = tmBoth
  141.           TickStyle = tsAuto
  142.           OnChange = tbarRightChange
  143.         end
  144.         object btnCurrentVol: TButton
  145.           Left = 159
  146.           Top = 14
  147.           Width = 75
  148.           Height = 25
  149.           Caption = '&Current'
  150.           TabOrder = 1
  151.           OnClick = btnCurrentVolClick
  152.         end
  153.         object edtLeftVol: TEdit
  154.           Left = 266
  155.           Top = 174
  156.           Width = 65
  157.           Height = 21
  158.           TabOrder = 6
  159.           Text = '0'
  160.           OnChange = edtLeftVolChange
  161.         end
  162.         object edtRightVol: TEdit
  163.           Left = 341
  164.           Top = 174
  165.           Width = 65
  166.           Height = 21
  167.           TabOrder = 9
  168.           Text = '0'
  169.           OnChange = edtRightVolChange
  170.         end
  171.         object chkLock: TCheckBox
  172.           Left = 266
  173.           Top = 202
  174.           Width = 177
  175.           Height = 17
  176.           Caption = 'Loc&k sliders'
  177.           Checked = True
  178.           State = cbChecked
  179.           TabOrder = 10
  180.           OnClick = chkLockClick
  181.         end
  182.         object grpMute: TGroupBox
  183.           Left = 10
  184.           Top = 148
  185.           Width = 224
  186.           Height = 69
  187.           TabOrder = 3
  188.           object chkMute: TCheckBox
  189.             Left = 8
  190.             Top = 0
  191.             Width = 201
  192.             Height = 17
  193.             Caption = 'Set &mute'
  194.             TabOrder = 0
  195.             OnClick = chkMuteClick
  196.           end
  197.           object rdMuteOn: TRadioButton
  198.             Left = 16
  199.             Top = 20
  200.             Width = 193
  201.             Height = 17
  202.             Caption = 'Turn mute &on'
  203.             TabOrder = 1
  204.           end
  205.           object rdMuteOff: TRadioButton
  206.             Left = 16
  207.             Top = 40
  208.             Width = 177
  209.             Height = 17
  210.             Caption = 'Turn mute o&ff'
  211.             Checked = True
  212.             TabOrder = 2
  213.             TabStop = True
  214.           end
  215.         end
  216.         object chkLeft: TCheckBox
  217.           Left = 270
  218.           Top = 14
  219.           Width = 97
  220.           Height = 17
  221.           Caption = '&Left'
  222.           Checked = True
  223.           State = cbChecked
  224.           TabOrder = 4
  225.           OnClick = chkLeftClick
  226.         end
  227.         object chkRight: TCheckBox
  228.           Left = 341
  229.           Top = 14
  230.           Width = 93
  231.           Height = 17
  232.           Caption = '&Right'
  233.           Checked = True
  234.           State = cbChecked
  235.           TabOrder = 7
  236.           OnClick = chkRightClick
  237.         end
  238.       end
  239.       object tbsTone: TTabSheet [1]
  240.         Caption = 'Tone'
  241.         ImageIndex = 3
  242.         object lblTrebPerc: TLabel
  243.           Left = 308
  244.           Top = 193
  245.           Width = 11
  246.           Height = 13
  247.           Caption = '%'
  248.         end
  249.         object lblBassPerc: TLabel
  250.           Left = 308
  251.           Top = 133
  252.           Width = 11
  253.           Height = 13
  254.           Caption = '%'
  255.         end
  256.         object tbarBass: TTrackBar
  257.           Left = 3
  258.           Top = 121
  259.           Width = 240
  260.           Height = 37
  261.           Max = 100
  262.           Orientation = trHorizontal
  263.           PageSize = 5
  264.           Frequency = 5
  265.           Position = 0
  266.           SelEnd = 0
  267.           SelStart = 0
  268.           TabOrder = 2
  269.           ThumbLength = 15
  270.           TickMarks = tmBoth
  271.           TickStyle = tsAuto
  272.           OnChange = tbarBassChange
  273.         end
  274.         object tbarTreb: TTrackBar
  275.           Left = 3
  276.           Top = 181
  277.           Width = 240
  278.           Height = 33
  279.           Max = 100
  280.           Orientation = trHorizontal
  281.           PageSize = 5
  282.           Frequency = 5
  283.           Position = 0
  284.           SelEnd = 0
  285.           SelStart = 0
  286.           TabOrder = 5
  287.           ThumbLength = 15
  288.           TickMarks = tmBoth
  289.           TickStyle = tsAuto
  290.           OnChange = tbarTrebChange
  291.         end
  292.         object edtTreb: TEdit
  293.           Left = 252
  294.           Top = 189
  295.           Width = 65
  296.           Height = 21
  297.           TabOrder = 6
  298.           Text = '0'
  299.           OnChange = edtTrebChange
  300.         end
  301.         object edtBass: TEdit
  302.           Left = 252
  303.           Top = 129
  304.           Width = 65
  305.           Height = 21
  306.           TabOrder = 3
  307.           Text = '0'
  308.           OnChange = edtBassChange
  309.         end
  310.         object btnCurrentTrebBass: TButton
  311.           Left = 327
  312.           Top = 185
  313.           Width = 75
  314.           Height = 25
  315.           Caption = '&Current'
  316.           TabOrder = 7
  317.           OnClick = btnCurrentTrebBassClick
  318.         end
  319.         object grpTrebBas: TGroupBox
  320.           Left = 10
  321.           Top = 2
  322.           Width = 449
  323.           Height = 87
  324.           TabOrder = 0
  325.           object rdSetBTTo: TRadioButton
  326.             Left = 16
  327.             Top = 20
  328.             Width = 197
  329.             Height = 17
  330.             Caption = '&Set to value'
  331.             Checked = True
  332.             TabOrder = 1
  333.             TabStop = True
  334.             OnEnter = rdSetBTToEnter
  335.           end
  336.           object rdIncreaseBT: TRadioButton
  337.             Left = 16
  338.             Top = 40
  339.             Width = 197
  340.             Height = 17
  341.             Caption = '&Increase by value'
  342.             TabOrder = 2
  343.             OnEnter = rdIncreaseBTEnter
  344.           end
  345.           object rdDecreaseBT: TRadioButton
  346.             Left = 16
  347.             Top = 60
  348.             Width = 197
  349.             Height = 17
  350.             Caption = '&Decrease by value'
  351.             TabOrder = 3
  352.             OnEnter = rdDecreaseBTEnter
  353.           end
  354.           object chkSetBT: TCheckBox
  355.             Left = 8
  356.             Top = 0
  357.             Width = 201
  358.             Height = 17
  359.             Caption = 'Set B&ass and Treble'
  360.             TabOrder = 0
  361.             OnClick = chkSetBTClick
  362.           end
  363.         end
  364.         object chkBass: TCheckBox
  365.           Left = 10
  366.           Top = 101
  367.           Width = 173
  368.           Height = 17
  369.           Caption = '&Bass'
  370.           Checked = True
  371.           State = cbChecked
  372.           TabOrder = 1
  373.           OnClick = chkBassClick
  374.         end
  375.         object chkTreb: TCheckBox
  376.           Left = 10
  377.           Top = 161
  378.           Width = 149
  379.           Height = 17
  380.           Caption = '&Treble'
  381.           Checked = True
  382.           State = cbChecked
  383.           TabOrder = 4
  384.           OnClick = chkTrebClick
  385.         end
  386.       end
  387.     end
  388.   end
  389.   inherited taclKeyboardTrap: TActionList
  390.     Left = 200
  391.   end
  392.   inherited dxSIBarManager: TdxBarManager
  393.     Categories.ItemsVisibles = (
  394.       2)
  395.     Categories.Visibles = (
  396.       True)
  397.     PopupMenuLinks = <
  398.       item
  399.         Control = lsvAM5Errors
  400.         PopupMenu = dxCheckPopup
  401.       end>
  402.     Left = 76
  403.     Top = 87
  404.     DockControlHeights = (
  405.       0
  406.       0
  407.       0
  408.       0)
  409.   end
  410.   inherited dxCheckPopup: TdxBarPopupMenu
  411.     ItemLinks = <
  412.       item
  413.         Item = itmCheckAllErrors
  414.         UserGlyph.Data = {00000000}
  415.         Visible = True
  416.       end
  417.       item
  418.         Item = itmCheckNoErrors
  419.         UserGlyph.Data = {00000000}
  420.         Visible = True
  421.       end>
  422.     Left = 100
  423.     Top = 99
  424.   end
  425.   inherited IvTranslator1: TIvTranslator
  426.     Left = 232
  427.     Top = 348
  428.   end
  429. end
  430.